home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 15 / 015.d81 / june play-1 < prev    next >
Text File  |  2022-08-26  |  4KB  |  261 lines

  1.  
  2.      COMAL PlayNOTES - June 1985
  3.      ===== =========   ==== ====
  4.  
  5.          by:  Joel Ellis Rea
  6.  
  7.  
  8.  
  9.   When using PLAYNET, users are
  10.  
  11. identified by their first name plus
  12.  
  13. their last initial.  If two or more
  14.  
  15. users wind up with the same ID, then
  16.  
  17. numbers are tacked onto the last
  18.  
  19. initial (ex. BILL T1 and BILL T2) to
  20.  
  21. help avoid confusion.
  22.  
  23.  
  24. ------------- June 6 -----------------
  25.  
  26.   I shared my discovery that COMAL
  27.  
  28. does not use true integer math, even
  29.  
  30. with integer (#) variables, except in
  31.  
  32. a FOR-loop index.  For speed, use REAL
  33.  
  34. variables except for FOR indices.
  35.  
  36. For more memory, use INTEGERS.
  37.  
  38.   Amiga is to be released shortly!
  39.  
  40. There is already a magazine in the
  41.  
  42. works called Amiga World!  Each Amiga
  43.  
  44. will come with a subscription card.
  45.  
  46.   We had a BIG discussion on the need
  47.  
  48. for an Apple COMAL.  Jim V is so
  49.  
  50. desperate, he wants to form a
  51.  
  52. company to write it!
  53.  
  54.  
  55. -------------- June 13 ---------------
  56.  
  57.  
  58.   The Captain wowed Playnet users with
  59.  
  60. a super, short-term bargain for 'COMAL
  61.  
  62. Today' subscribers. The offer is over
  63.  
  64. now. Sorry! Part of it, though, was a
  65.  
  66. new CBM-64 COMAL-80 2.01 Tutorial
  67.  
  68. Binder and Disk set, written by Frank
  69.  
  70. Bason and Leo Hojsholt-Poulsen.
  71.  
  72. William B1 says it is the best
  73.  
  74. tutorial he has ever seen, for any
  75.  
  76. language on any computer!  The chapter
  77.  
  78. titles are:
  79.  
  80.  
  81.    1.  Setting Up Your Computer
  82.    2.  Let's Get Started
  83.    3.  COMAL Programming
  84.    4.  COMAL Overview
  85.    5.  COMAL Packages
  86.    6.  COMAL File Handling
  87.    7.  Peripheral Equipment
  88.    8.  COMAL and Machine Language
  89.  
  90.  
  91. Sounds pretty complete to me!
  92.  
  93.  
  94.   William B1 asked about the use of
  95.  
  96. WRITE FILE & READ FILE statement with
  97.  
  98. arrays.  He wanted to know if an array
  99.  
  100. can be written in its entirety to a
  101.  
  102. RANDOM FILE with a single WRITE FILE
  103.  
  104. statement, and if individual elements
  105.  
  106. of the array can then be accessed via
  107.  
  108. READ FILE statements later. After much
  109.  
  110. debate and experimentation, the answer
  111.  
  112. we all came up with was NO, due to the
  113.  
  114. way the 1541 handles relative (RANDOM)
  115.  
  116. files.
  117.  
  118.  
  119.   Proposed:  A 'Borge' night on Play-
  120.  
  121. NET when Borge Christensen comes to
  122.  
  123. the U. S. of A. for the MARCA
  124.  
  125. convention.
  126.  
  127.  
  128.    Larry P2 found an anomaly in the
  129.  
  130. TURTLE package involving its INQ
  131.  
  132. function.  It seems that INQ(17) which
  133.  
  134. returns the X-coordinate of the
  135.  
  136. Turtle, and INQ(18) which returns the
  137.  
  138. Y-coordinate, return these
  139.  
  140. coordinates based on actual pixels
  141.  
  142. with (0,0) in the lower left corner,
  143.  
  144. without taking any WINDOW or VIEWPORT
  145.  
  146. settings into account. Indeed, since
  147.  
  148. TURTLE defaults (0,0) in the CENTER
  149.  
  150. of the screen, this must be taken
  151.  
  152. into account even without WINDOW or
  153.  
  154. VIEWPORT settings when using TURTLE!
  155.  
  156.   Proto-C is NOT a version of the 'C'
  157.  
  158. programming language.  It is an expert
  159.  
  160. system written entirely in COMAL 2.0!
  161.  
  162. It supports up to 4000 records per
  163.  
  164. disk and handles multi-disks.  It
  165.  
  166. solves problems by algebraic set
  167.  
  168. theory, such as classification
  169.  
  170. problems.  It runs in only 14K.
  171.  
  172. Michael E wrote it, and Len Lindsay
  173.  
  174. (Captain COMAL) may publish it.
  175.  
  176. More later!
  177.  
  178.   We discussed the Oberon Omni-Reader,
  179.  
  180. a $599 optical character reader.  It
  181.  
  182. can actually read typewritten text
  183.  
  184. into the C-64 via the user port!
  185.  
  186.  
  187. --------------- June 20 --------------
  188.  
  189.  
  190.   CUGUSA (COMAL User's Group, USA) has
  191.  
  192. instituted a PRICE PROTECTION PLAN!
  193.  
  194. If any item purchased from them drops
  195.  
  196. in price within one month of purchase,
  197.  
  198. CUGUSA will credit the difference
  199.  
  200. toward future purchases!
  201.  
  202.   Cap requests that COMALites that
  203.  
  204. read the Ahoy magazine, particularly
  205.  
  206. their 'COMMODARES' column, send in
  207.  
  208. solutions to the COMMODARES written in
  209.  
  210. COMAL.  A great way to spread COMAL
  211.  
  212. around!  There was much talk, all very
  213.  
  214. speculative, on the Amiga.
  215.  
  216.   Cap informed us that, with the
  217.  
  218. COMAL 2 cartridge, you can do a
  219.  
  220. SELECT INPUT "sp:" (Serial Port),
  221.  
  222. then run COMAL from a remote
  223.  
  224. terminal!  Likewise, LIST "sp:" sends
  225.  
  226. current program as a LISTing over the
  227.  
  228. modem!
  229.  
  230.   He also announced that at MARCA,
  231.  
  232. CUGUSA would officially announce:
  233.  
  234. 'COMAL QUICK', a version of COMAL 0.14
  235.  
  236. with a 1541 & MSD compatible fast load
  237.  
  238. routine built-in, which loads in only
  239.  
  240. 20 seconds, and remains active to beef
  241.  
  242. up loading speed from within COMAL;
  243.  
  244. plus 'QUICK CHIP', an EPROM that plugs
  245.  
  246. into the new Commodore-distributed
  247.  
  248. COMAL 2.01 cartridge that provides a
  249.  
  250. similar fast-loader for loading COMAL
  251.  
  252. 2.0 programs!  Both are by the amazing
  253.  
  254. Jesse Knight, author of 'COMAL 2.0
  255.  
  256. Packages' book and disk set!
  257.  
  258.  
  259.  
  260. ------ Continued in Next Article -----
  261.